home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 130 / XENIATGM130.iso / E-Mail / +SSJ Italia / style.css < prev   
Cascading Style Sheet File  |  2001-10-05  |  906b  |  71 lines

  1. A
  2. {
  3. color: white;
  4. text-decoration: none;
  5. }
  6. A:HOVER
  7. {
  8. color: yellow
  9. }
  10. A:ACTIVE
  11. {
  12. color: blue
  13. }
  14. BODY
  15. {
  16. margin: 0;
  17. background-color: #ACACAC;
  18. font-family: Arial;
  19. color: black;
  20. scrollbar-face-color: #ACACAC;
  21. scrollbar-shadow-color: #202020;
  22. scrollbar-highlight-color: #ACACAC;
  23. scrollbar-3dlight-color: white;
  24. scrollbar-darkshadow-color: #808080;
  25. scrollbar-track-color: #ACACAC;
  26. scrollbar-arrow-color: #202020
  27. }
  28. FONT.title
  29. {
  30. color: white;
  31. font-family: Tempus Sans ITC, Comic Sans MS;
  32. font-size: 20;
  33. font-weight: bold
  34. }
  35. .table
  36. {
  37. font-family: Tahoma;
  38. font-size: 14
  39. }
  40. .tabletitle
  41. {
  42. color: #484864;
  43. font-family: Tahoma;
  44. font-size: 14;
  45. font-weight: bold
  46. }
  47. .tablenum
  48. {
  49. font-family: Verdana;
  50. font-size: 20;
  51. font-weight: bold
  52. }
  53. .desc
  54. {
  55. font-family: Verdana;
  56. font-size: 11
  57. }
  58. P
  59. {
  60. font-size: 10 pt;
  61. margin: 0
  62. }
  63. .left
  64. {
  65. font-family: Tahoma;
  66. font-size: 10;
  67. margin-top: 2;
  68. margin-bottom: 2;
  69. margin-left: 8;
  70. margin-right: 12
  71. }